home *** CD-ROM | disk | FTP | other *** search
- Exercises
- Previous: <Multi-function Calc=>Multifunct> * Next: <Grammar File=>GrammarFil> * Up: <Examples=>Examples>
-
- #Wrap on
- {fH3}Exercises{f}
-
- #Indent +4
- 1. Add some new functions from {fCite}math.h{f} to the initialization list.
-
- 2. Add another array that contains constants and their values. Then
- modify {fCode}init\_table{f} to add these constants to the symbol table.
- It will be easiest to give the constants type {fCode}VAR{f}.
-
- 3. Make the program report an error if the user refers to an
- uninitialized variable in any way except to store a value in it.
-
- #Indent
-
-